home *** CD-ROM | disk | FTP | other *** search
/ ETO Development Tools 4 / ETO Development Tools 4.iso / Essentials / MacApp Documentation / MacApp.TECH$ Archives / 1990 / Aug 90 / MacApp.Tech$ 8⁄17⁄90 / 1769-Perf with Handles-Aug90 < prev    next >
Encoding:
Text File  |  1991-03-06  |  753 b   |  25 lines  |  [TEXT/GEOL]

  1. Item    1694521                         16-Aug-90        12:11PDT
  2.  
  3. From:   A33                             Drexel U, Computing Res Grp,ASC,PRA
  4.  
  5. To:     MACAPP.TECH$                    MacApp Technical
  6.  
  7. Sub:    Perf with Handles
  8.  
  9. Performance with too many handles…
  10.  
  11. Dave,
  12.  
  13. How about replacing the arrays of arrays of handles of arrays…
  14. with a single heap object containing arrays etc of offsets into
  15. a second block that contains the data?  This way, there are only
  16. two enormous blocks for the MM to dork with, and you gain a
  17. significant amount of space (since there is no master pointer
  18. associated the the offset value).  Also, you can put some slack
  19. in the one block, so the user takes a hit only when he adds more
  20. data, etc.
  21.  
  22. Carl Gustafson
  23.  
  24.  
  25.